projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd5d7f
)
(outline-minor-mode): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 03:47:20 +0000
(
03:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 03:47:20 +0000
(
03:47
+0000)
lisp/textmodes/ooutline.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ooutline.el
b/lisp/textmodes/ooutline.el
index aac0d890126648c8b450d205b1359b9e00a4a73f..0487fc5228d75df724a64de2bb21b5d587226869 100644
(file)
--- a/
lisp/textmodes/ooutline.el
+++ b/
lisp/textmodes/ooutline.el
@@
-136,6
+136,7
@@
Turning on outline mode calls the value of `text-mode-hook' and then of
(cons (cons 'outline-minor-mode outline-minor-mode-map)
minor-mode-map-alist)))
+;;;###autoload
(defun outline-minor-mode (&optional arg)
"Toggle Outline minor mode.
With arg, turn Outline minor mode on if arg is positive, off otherwise.